projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd81400
)
Allow 200 points instead of 199 in maggeo.
author
robertl
<robertl>
Mon, 17 Jul 2006 16:31:58 +0000
(16:31 +0000)
committer
robertl
<robertl>
Mon, 17 Jul 2006 16:31:58 +0000
(16:31 +0000)
maggeo.c
patch
|
blob
|
history
diff --git
a/maggeo.c
b/maggeo.c
index d1d9089b4fdd753e70fa44485cc5f5caea6b4ce2..e738685a8b5eca213dc5f55a93b814520a8bf308 100644
(file)
--- a/
maggeo.c
+++ b/
maggeo.c
@@
-55,7
+55,7
@@
maggeo_rd_deinit(void)
static void
maggeo_wr_init(const char *fname)
{
- if (waypt_count() >
=
200) {
+ if (waypt_count() > 200) {
fatal(MYNAME ": eXplorist does not support more than 200 waypoints in one .gs file.\nDecrease the number of waypoints sent.\n");
}
maggeofile_out = xfopen(fname, "wb", MYNAME);